Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade to version 4.2.3, add authorization, and distinct-vals function #7

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

dfbernal
Copy link

No description provided.

project.clj Outdated
@@ -1,11 +1,11 @@
(defproject helpshift/mongrove "0.2.0"
(defproject com.github.dfbernal/mongrove "0.2.1"
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove this hunk.

@@ -186,6 +190,7 @@
(.writeConcern (get write-concern-map write-concern))
(.readPreference (get read-preference-map read-preference))
(.retryWrites retry-writes)
(.credential credential)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The credential needs to be conditionally handled. Initialization without a username and password is failing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants